home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / puzzle.lha / puzzle / DMakefile next >
Makefile  |  1993-11-03  |  184b  |  9 lines

  1. # DMakefile for PUZZLE
  2. # (c)Copyright 1992-93 by Tobias Ferber,  All Rights Reserved
  3.  
  4. CC= dcc
  5. CFLAGS= -1.3 -s
  6.  
  7. puzzle: puzzle.c
  8.   $(CC) $(CFLAGS) -DTEST -l newlook -o %(left) %(right)
  9.